<squad>
	<description>
		<type>TYPE_TANK</type>
		<nationality>NATIONALITY_AMERICAN</nationality>

		<long_name>WMA-301</long_name>
		<short_name>WMA-301</short_name>
		<comment>Armored vehicle tank destroyer</comment>

		<uniform_profile>uniform_profile_american_tank_crew.png</uniform_profile>
		<uniform_game>uniform_game_american_tank_crew.png</uniform_game>
	</description>

	<availability>
		<data><month>1</month><year>2024</year><number>20</number></data>
		<data><month>12</month><year>2025</year><number>20</number></data>
	</availability>

	<vehicle>
		<attributes>
			<image_profile>Profile-WMA-301.png</image_profile>
			<weight>13500</weight>
		</attributes>

		<drive>
			<engine>
				<name>YamZ</name>
				<horsepower>300</horsepower>
				<reliability>RELIABILITY_VERY_GOOD</reliability>
				<mount>MOUNT_MIDDLE</mount>
				<rpm_idle>500</rpm_idle>
				<rpm_limit>2800</rpm_limit>
			</engine>

			<gears>
				<forwards>5</forwards>
				<reverse>1</reverse>
			</gears>

			<steering>STEERING_TWIN_TRANSMISSION_WITH_REVERSE</steering>

			<can_make_smoke_screen>yes</can_make_smoke_screen>

			<exhaust_pipe>
				<offsetX>-150</offsetX>
				<offsetY>50</offsetY>
				<horizontal_angle>200</horizontal_angle>
				<vertical_angle>0</vertical_angle>
			</exhaust_pipe>
		</drive>

		<hull>
			<image_view>Image-WMA-301.png</image_view>

			<width>285</width>
			<length>726</length>
			<height>75</height>

			<armour>				// @0 means vertically upright, @90 is horizontal
				<upper_front>11@-50</upper_front>
				<lower_front>7@-60</lower_front>
				<side>15</side>
				<rear>10</rear>
				<top>10</top>
				<bottom>10</bottom>
			</armour>

			<man>
				<job>JOB_DRIVER</job>
				<weapon><type>WEAPON_RIFLE_AK_74</type></weapon>
				<ammo><for>WEAPON_RIFLE_AK_74</for><rounds>200</rounds></ammo>
			</man>

			<man>
				<job>JOB_COMMANDER</job>
				<weapon><type>WEAPON_PISTOL_MAKAROV</type></weapon>
				<ammo><for>WEAPON_PISTOL_MAKAROV</for><rounds>14</rounds></ammo>
			</man>

			<man>
				<job>JOB_GUNNER</job>
				<weapon><type>WEAPON_PISTOL_MAKAROV</type></weapon>
				<ammo><for>WEAPON_PISTOL_MAKAROV</for><rounds>14</rounds></ammo>
			</man>

			<man>
				<job>JOB_LOADER</job>
				<weapon><type>WEAPON_PISTOL_MAKAROV</type></weapon>
				<ammo><for>WEAPON_PISTOL_MAKAROV</for><rounds>14</rounds></ammo>
			</man>
		</hull>

		<superstructure>
			<width>285</width>
			<length>726</length>
			<height>75</height>

			<offsetX>0</offsetX>
			<offsetY>0</offsetY>

			<armour>				// @0 means vertically upright, @90 is horizontal
				<front>4@75</front>
				<side>15</side>
				<rear>10</rear>
				<top>10</top>
			</armour>
		</superstructure>

		<fixed_weapon>
			<image_view>Image-WMA-301 turret.png</image_view>

			<offsetX>0</offsetX>
			<offsetY>0</offsetY>
			<offsetZ>200000</offsetZ>
			<minAngle>-180</minAngle>
			<maxAngle>180</maxAngle>

			<rotate_time>15</rotate_time>
			<weapon><type>WEAPON_CANNON_122_2A31</type></weapon>
			<ammo><for>WEAPON_CANNON_122_2A31</for><flavour>FLAVOUR_HE</flavour><rounds>50</rounds></ammo>

		</fixed_weapon>
	</vehicle>
</squad>
